home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : SubLaunch - Call ToolServer
- File : SubLaunch.h - Interface
- Author : Matthias Neeracher
- Started : 06Dec91 Language : MPW C/C++
- Modified : 06Dec91 MN
- Last : 06Dec91
-
- Copyright (c) 1991, 1992 Matthias Neeracher
-
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
-
- *********************************************************************/
-
- #include <Types.h>
- #include <Files.h>
-
- /* Create a temporary file in the temp folder.
- */
- OSErr FSpMakeTempFile(FSSpec * desc);
-
- /* Execute the command. Any of the files may be set to NULL */
- OSErr SubLaunch(char * commandline, FSSpec * input, FSSpec * output, FSSpec * error);
-